Why are OMR marks omitted from the overflow pages of my form set?

The OMRMark rule is a post process rule. This means that pagination and propagation has already taken place before this rule is called. So, all this rule does is go back through the form set, after the forms and pages to the forms have been created, and place a mark on each page.

Place this rule after the WriteNAFile rule in the AFGJOB.JDT file. In addition, the PaginateAndPropogate rule should be added after the OMRMark rule because during post processing, the system executes the rules in the JDT file from bottom to top.